home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…tion Library 4 (Reseller) / Apple Ref. & Pres. Lib.v4.0.iso / 4-Demos / Third Party Demos / Information Management / MicroPlanner / card_16625.txt < prev    next >
Text File  |  1990-03-22  |  543b  |  28 lines

  1. -- card: 16625 from stack: in
  2. -- bmap block id: 7502
  3. -- flags: 0000
  4. -- background id: 2600
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on mouseUp
  8.   set the cursor to 4
  9.   repeat with x =1 to 6
  10.     visual effect dissolve
  11.     go next card
  12.   end repeat
  13.   repeat with x =1 to 4
  14.     wait for 2 seconds
  15.     visual effect dissolve
  16.     go next card
  17.   end repeat
  18.   wait for 3 seconds
  19.   repeat with x =1 to 2
  20.     wait for 1 seconds
  21.     visual effect dissolve
  22.     go next card
  23.   end repeat
  24.   wait for 1 seconds
  25.   go next card
  26.   set the cursor to 1
  27. end mouseUp
  28.